home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / accounts / redwd201.arj / MULTIPLE.PLT < prev    next >
Text File  |  1994-12-02  |  1KB  |  50 lines

  1. set backcolor brightwhite
  2. set title size 3
  3. set label size 3
  4. set symbol size 3
  5. set window x 3.7 11.2
  6. set limits x 0 24 y 29 31
  7. set scale x 4 -6 base 6      % base 6 for labels at ends
  8. set axes all off left on
  9. set color lightblue
  10. 0 29.3;  4 29.5;  8 29.6;  12 29.8;  16 29.7;  20 29.6;  24 29.4
  11. set symbol P
  12. join 1
  13. plot
  14. title left lines -.5 "Pressure (in. Hg)"
  15.  
  16. set limits y 0 360
  17. set scale y 6 -6 base 6      % base 6 for labels at ends
  18. set axes all off right on
  19. set labels right on
  20. set color green
  21. plot axes
  22. 0 211;  4 243;  8 254;  12 233;  16 212;  20 260;  24 273
  23. set symbol D
  24. join 1
  25. plot
  26. title right lines 2 "Direction (degrees)"
  27.  
  28. set axes all off bottom on top on
  29. set color black
  30. plot axis
  31. title bottom "Time (hr)"
  32. title top "Kodiak Weather 11/17/89"
  33.  
  34. set limits y 0 40
  35. set scale y 4 -5 base 10      % reset base for decimal intervals
  36. set axes all off
  37. set color lightred
  38. plot axes          % dummy to set transforms
  39. 0  4;  4  8;  8 10;  12 25;  16 29;  20 21;  24  7
  40. set symbol S
  41. join 1
  42. plot
  43. set window x 1.5 9 % move to left for only a y-axis
  44. set axes left on
  45. plot axis
  46. title left lines -1 "Speed (mph)"
  47.  
  48. set color black
  49. title .3 .3 size 3 "MULTIPLE.PLT"
  50.